-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes the deprecated DeadLetterChannel in ChannelableStatus #6722
Conversation
Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
Hi @vishal-chdhry. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@aliok I had the following doubts
|
/hold |
No, the ones in v1beta1 need to stay.
Here's the link to the Google Group: https://groups.google.com/g/knative-users I think sending an email to both makes more sense.
You can run |
/assign Assigning myself as a reviewer |
/ok-to-test |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #6722 +/- ##
=======================================
Coverage 80.53% 80.53%
=======================================
Files 236 236
Lines 12100 12100
=======================================
Hits 9745 9745
Misses 1867 1867
Partials 488 488
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There are some failures in some Github actions.
Let's first do the sanity check for the last 3. Are they passing on other PRs? Or, are they really getting broken by this PR? |
we have failing tests in this PR as well #6696 |
Are they failing the same way? |
@aliok Yes both have the same error
|
ok, then we're all good. Can you unhold after a week from your email you sent to the community? |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aliok, Vishal-Chdhry The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I am OK w/ this direct removal, since the API has been deprecated in 2021, and was meant to be removed. So we are OK in NOT bumping to v2alpha1 ... 😄 Usually we should do the migration etc. Note: NATSS downstream has issues, we just ignore this. |
Thanks for the contribution, @vishal-chdhry |
@matzew I have opened an issue in natss regarding this knative-extensions/eventing-natss#388. |
/cc aliok |
@vishal-chdhry I don't know the latest status of Nats repository. If you think you can fix the issue there, feel free and give it a try. |
/unhold |
…e#6722) Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> Fixes knative#6720 <!-- Please include the 'why' behind your changes if no issue exists --> ## Proposed Changes <!-- Please catagorize your changes: - 🎁 Add new feature - 🐛 Fix bug - 🧹 Update or clean up current behaviour - 🗑️ Remove feature or internal logic --> - 🗑️ Remove feature or internal logic - removes deprecated `DeadLetterChannel` https://github.com/knative/eventing/blob/main/pkg/apis/duck/v1/channelable_types.go#L70-L74 ### Pre-review Checklist <!-- If these boxes are not checked, you will be asked to complete these requirements or explain why they do not apply to your PR. --> - [x] **At least 80% unit test coverage** - [x] **E2E tests** for any new behavior - [ ] **Docs PR** for any user-facing impact - [ ] **Spec PR** for any new API feature - [ ] **Conformance test** for any change to the spec **Release Note** <!-- :page_facing_up: If this change has user-visible impact, write a release note in the block below. Include the string "action required" if additional action is required of users switching to the new release, for example in case of a breaking change. Write as if you are speaking to users, not other Knative contributors. If this change has no user-visible impact, no release note is needed. --> ```release-note removes deprecated DeadLetterChannel in favor of DeliveryStatus ``` **Docs** <!-- :book: If this change has user-visible impact, link to an issue or PR in https://github.com/knative/docs. --> --------- Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com>
Signed-off-by: Vishal Choudhary sendtovishalchoudhary@gmail.com
Fixes #6720
Proposed Changes
DeadLetterChannel
https://github.com/knative/eventing/blob/main/pkg/apis/duck/v1/channelable_types.go#L70-L74Pre-review Checklist
Release Note
Docs